home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0"?>
- <!DOCTYPE schema SYSTEM "urn:x-commerceone:document:com:commerceone:xdk:xml:schema.dtd$1.0">
-
- <schema uri="urn:x-commerceone:document:com:commerceone:CBL:CBL.sox$1.0" >
-
- <intro>
- <p>Copyright Notice</p>
- <p>Common Business Library 2.0<br/>
- Copyright 1999 Commerce One, Inc.</p>
- <p>Permission is granted to use, copy, modify and distribute the DTD's, schemas
- and modules in the Commerce One Common Business Library Version 2.0 subject to the terms
- and conditions specified at http://www.marketsite.net/xml/cbl/copyright.html</p>
- </intro>
- <!--
- <![CDATA[
- A ProdCatDoc identifies standard documents for a product.
- Standard documents include things like a Certificate of Origin.
-
- Example XML:
- <Document>
- <DocName>CertOfOrigin</DocName>
- <DocNum>N1728</DocNum>
- </Document>
-
- More Complex XML:
- <Document>
- <DocName>Other</DocName>
- <DocNameOther>Extended Warranty Info</DocNameOther>
- <Agency AgencyID=AssignedBySupplier />
- <DocNum>ExWarranty99.3</DocNum>
- </Document>
- ]]>
- -->
-
- <elementtype name="ProdCatDoc">
- <model>
- <sequence>
- <!-- The DocName identifies the name of
- the document. Example: Certificate of Origin. / -->
- <element type="DocumentCode" name="DocName" occurs="?" />
-
- <!-- If DocName is Other or not provided, the name
- of the document is specified in DocNameOther. / -->
- <element type="string" name="DocNameOther" occurs="?" />
-
- <!-- The responsible agency for the document
- identified by DocName. / -->
- <element type="Agency" occurs="?" />
-
- <!-- The Reference number assigned to the document
- by the document issuer. / -->
- <element type="string" name="DocNum" occurs="?"/>
- </sequence>
- </model>
- </elementtype>
-
- <!-- A container for a list of one or more ProdCatDoc / -->
- <elementtype name="ListOfProdCatDoc">
- <model>
- <element type="ProdCatDoc" occurs="+" />
- </model>
- </elementtype>
-
- </schema>
-